Home
last modified time | relevance | path

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

/dports/math/libqalculate/libqalculate-3.17.0/src/
H A Dqalc.cc599str_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
/dports/games/lbreakout/lbreakout-010315/lbreakout/
H A Dbreakout.cpp3355 char *str_lb = "[LEV"; in Levels_ParseFile() local
3374 if (!strncmp(cur_pos, str_lb, strlen(str_lb))) in Levels_ParseFile()