PostgreSQL Source Code
git master
|
#include <stdio.h>
#include <locale.h>
#include <ctype.h>
Go to the source code of this file.
Functions | |
char * | flag (int b) |
void | describe_char (int c) |
int | main () |
void describe_char | ( | int | c | ) |
Definition at line 43 of file test-ctype.c.
References flag(), and printf.
Referenced by main().
char * flag | ( | int | b | ) |
Definition at line 33 of file test-ctype.c.
References b.
Referenced by _hash_initbuf(), _intbig_alloc(), advance_counts(), BootstrapModeMain(), describe_char(), fetch_tuple_flag(), FindWord(), generate_append_tlist(), generate_setop_tlist(), getCompoundAffixFlagValue(), getopt_long(), gettoken_query(), ghstore_alloc(), gtrgm_alloc(), gtsvector_alloc(), hypothetical_rank_common(), IsAffixFlagInUse(), make_text_key(), makeitem(), makepol(), newfstate(), NIAddAffix(), NIAddSpell(), NIImportAffixes(), NIImportDictionary(), NormalizeSubWord(), parse_ooaffentry(), pqConnectDBComplete(), process_postgres_switches(), pushquery(), pushval_asis(), recurse_set_operations(), setop_fill_hash_table(), spg_box_quad_inner_consistent(), spg_box_quad_leaf_consistent(), and test_atomic_flag().
int main | ( | void | ) |
Definition at line 60 of file test-ctype.c.
References describe_char(), fprintf, printf, and setlocale.