Home
last modified time | relevance | path

Searched refs:pushname (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c88 static char *pushname; variable
121 if (pushname != NULL) in _nc_reset_input()
122 pushname[0] = '\0'; in _nc_reset_input()
204 FreeAndNull(pushname); in next_char()
412 _nc_set_type(pushname != NULL ? pushname : ""); in _nc_get_token()
417 if (pushname != NULL) in _nc_get_token()
418 pushname[0] = '\0'; in _nc_get_token()
1028 if (pushname == NULL) in _nc_push_token()
1029 pushname = typeMalloc(char, MAX_NAME_SIZE + 1); in _nc_push_token()
1030 _nc_get_type(pushname); in _nc_push_token()
[all …]