Searched refs:SPC (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/texinfo/info/
H A Dinfomap.h32 #define SPC ' ' macro
35 #define control_character_threshold (SPC)
H A Dinfomap.c341 map[SPC].function = ea_complete;
410 map[SPC].function = info_scroll_forward;
591 map[SPC].function = ea_complete;
665 map[SPC].function = info_scroll_forward;
738 map[SPC].function = info_scroll_forward_page_only;
855 SPC, NUL, A_info_scroll_forward,
1067 SPC, NUL, A_ea_complete,
1128 SPC, NUL, A_info_scroll_forward,
1211 ESC, SPC, NUL, A_info_scroll_forward_page_only,
1373 SPC, NU
[all...]
H A Decho-area.c1096 /* If KEY is SPC, and we are not forcing completion to take place, simply
1098 if (!echo_area_must_complete_p && key == SPC)
1106 /* If the keypress is a SPC character, and we have already tried
1110 if (key == SPC && completions_found_index > 1)
/freebsd-10.2-release/contrib/sendmail/src/
H A Dparseaddr.c445 ** for left paren is SPC).
480 #define SPC 3 /* chewing up spaces */ macro
494 /* oldst chtype> OPR ATM QST SPC ONE ILL */
495 /*OPR*/ { OPR|B, ATM|B, QST|B, SPC|MB, ONE|B, ILL|MB },
496 /*ATM*/ { OPR|B, ATM, QST|B, SPC|MB, ONE|B, ILL|MB },
498 /*SPC*/ { OPR, ATM, QST, SPC|M, ONE, ILL|MB },
500 /*ILL*/ { OPR|B, ATM|B, QST|B, SPC|MB, ONE|B, ILL|M }
509 ATM,ATM,ATM,ATM,ATM,ATM,ATM,ATM, ATM,SPC,SPC,SP
[all...]
/freebsd-10.2-release/sys/boot/pc98/boot0.5/
H A Dselector.s378 cmpb $0x34, %ah # SPC

Completed in 106 milliseconds