Searched refs:tstr (Results 1 - 13 of 13) sorted by relevance

/src/games/tetris/
H A Dscreen.c215 const char *tstr; local in function:scr_set
216 if ((tstr = enter_ca_mode) != NULL)
217 putstr(tstr);
218 if ((tstr = cursor_invisible) != NULL)
219 putstr(tstr);
243 const char *tstr; local in function:scr_end
244 if ((tstr = cursor_to_ll) != NULL)
245 putstr(tstr);
249 if ((tstr = exit_ca_mode) != NULL)
250 putstr(tstr);
[all...]
/src/usr.bin/who/
H A Dwho.c288 char *tstr; local in function:print
316 tstr = ctime(&t);
317 (void)printf("%.12s ", tstr ? tstr + 4 : "?");
/src/usr.sbin/bootp/bootptest/
H A Dprint-bootp.c59 static char tstr[] = " [|bootp]"; local in function:bootp_print
150 fputs(tstr + 1, stdout);
158 fputs(tstr + 1, stdout);
182 fputs(tstr, stdout);
/src/tests/fs/puffs/h_dtfs/
H A Ddtfs_vfsops.c107 char *tstr; member in struct:rtype
151 if (strncmp(rtypes[i].tstr, typestr,
152 strlen(rtypes[i].tstr)) == 0) {
/src/lib/libedit/
H A Dterminal.c104 } tstr[] = { variable in typeref:typename:const struct termcapstr[]
341 char **tmp, **str = &tlist[t - tstr];
878 for (t = tstr; t->name != NULL; t++)
893 for (t = tstr; t->name != NULL; t++) {
1289 for (t = tstr, ts = el->el_terminal.t_str; t->name != NULL; t++, ts++) {
1329 for (ts = tstr; ts->name != NULL; ts++)
1414 for (ts = tstr; ts->name != NULL; ts++)
1419 *(char **)how = el->el_terminal.t_str[ts - tstr];
1516 for (t = tstr; t->name != NULL; t++)
1519 scap = el->el_terminal.t_str[t - tstr];
[all...]
/src/games/warp/
H A Dterm.c36 #define Tgetstr(key) ((tstr = tgetstr(key,&tmpaddr)) ? tstr : nullstr)
118 char *tstr; local in function:term_set
/src/games/backgammon/common_source/
H A Dfancy.c83 static char **tstr[] = {&BC, &CD, &CE, &CL, &CM, &HO, &MC, &ML, &ND, &UP}; variable in typeref:typename:char ** []
736 cap = tstr;
/xsrc/external/mit/xlogo/dist/
H A DLogo.c248 #define donestr(type, value, tstr) \
254 (char*) fromVal->addr, tstr); \
/src/sys/dev/hdaudio/
H A Dhdafg.c732 const char *tstr; local in function:hdafg_widget_parse
738 case COP_AWCAP_TYPE_AUDIO_OUTPUT: tstr = "audio output"; break;
739 case COP_AWCAP_TYPE_AUDIO_INPUT: tstr = "audio input"; break;
740 case COP_AWCAP_TYPE_AUDIO_MIXER: tstr = "audio mixer"; break;
741 case COP_AWCAP_TYPE_AUDIO_SELECTOR: tstr = "audio selector"; break;
742 case COP_AWCAP_TYPE_PIN_COMPLEX: tstr = "pin"; break;
743 case COP_AWCAP_TYPE_POWER_WIDGET: tstr = "power widget"; break;
744 case COP_AWCAP_TYPE_VOLUME_KNOB: tstr = "volume knob"; break;
745 case COP_AWCAP_TYPE_BEEP_GENERATOR: tstr = "beep generator"; break;
746 case COP_AWCAP_TYPE_VENDOR_DEFINED: tstr
[all...]
/xsrc/external/mit/libXt/dist/src/
H A DConverters.c138 #define done_typed_string(type, typed_value, tstr) \
144 (char*) fromVal->addr, tstr); \
158 #define done_string(type, value, tstr) \
159 done_typed_string(type, (type) (value), tstr)
/xsrc/external/mit/xfd/dist/
H A Dgrid.c391 #define donestr(type, value, tstr) \
397 (char*) fromVal->addr, tstr); \
/xsrc/external/mit/xdm/dist/greeter/
H A DLogin.c1476 # define donestr(type, value, tstr) \
1482 (char*) fromVal->addr, tstr); \
/xsrc/external/mit/xclock/dist/
H A DClock.c323 #define donestr(type, value, tstr) \
329 (char*) fromVal->addr, tstr); \

Completed in 25 milliseconds