Searched defs:printchar (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libcmd/common/
H A Dcmp.c75 #define printchar(c) ((c) ^ ('A'-cntl('A'))) macro
88 c = printchar(c);
/illumos-gate/usr/src/cmd/loadkeys/
H A Ddumpkeys.c65 static void printchar(int character, int delim);
330 printchar((int)kio->kio_entry, '\'');
370 printchar(c, '"');
398 printchar(character, delim) function
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dedit.c67 # define printchar(c) ((c) ^ ('A'-cntl('A'))) macro
69 static int printchar(int c) function
1335 c = printchar(c);

Completed in 69 milliseconds