Searched refs:str_lb (Results 1 – 2 of 2) sorted by relevance
599 …str_lb = x; int cr = 0; if(!cfile) {cr = addLineBreaks(str_lb, cols);} if(check_sf) {if(rcount + c…601 …cols = 0, rcount = 0; bool check_sf = (cfile == NULL); char sf_c; string str_lb; if(!cfile) rl_get…607 # define CHECK_IF_SCREEN_FILLED_PUTS(x) str_lb = x; if(!cfile) {addLineBreaks(str_lb, cols);} PUTS_…608 # define INIT_SCREEN_CHECK string str_lb; int cols = 80;1558 string str_lb; in list_defs() local
3355 char *str_lb = "[LEV"; in Levels_ParseFile() local3374 if (!strncmp(cur_pos, str_lb, strlen(str_lb))) in Levels_ParseFile()