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

/macosx-10.10/bash-94.1.2/bash-3.2/examples/loadables/
H A Did.c38 #define ID_USENAME 0x004 /* -n */ macro
73 case 'n': id_flags |= ID_USENAME; break;
87 if (opt > 1 || (opt == 0 && ((id_flags & (ID_USEREAL|ID_USENAME)) != 0)))
153 if (id_flags & ID_USENAME)
177 if (id_flags & ID_USENAME)

Completed in 117 milliseconds