Searched refs:inh (Results 1 – 4 of 4) sorted by relevance
242 inh=${acltemp##*:}245 if [[ $(get_substr $inh 4 1) == n ]]; then256 elif [[ $(get_substr $inh 3 1) != i ]]; then
691 HANDLE inh; in noecho_fgets() local692 inh = GetStdHandle(STD_INPUT_HANDLE); in noecho_fgets()693 FlushConsoleInputBuffer(inh); in noecho_fgets()
238 inh inh Ingush
4352 vm_inherit_t inh; in vmspace_fork() 4390 inh = old_entry->inheritance; in vmspace_fork() 4392 inh != VM_INHERIT_NONE) in vmspace_fork() 4393 inh = VM_INHERIT_COPY; in vmspace_fork() 4395 switch (inh) { in vmspace_fork() 4351 vm_inherit_t inh; vmspace_fork() local