OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NOTSORTABLE
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/error/
main.c
262
if (
NOTSORTABLE
(ep1->error_e_class) ^
NOTSORTABLE
(ep2->error_e_class)) {
263
return
NOTSORTABLE
(ep1->error_e_class) ? -1 : 1;
265
if (
NOTSORTABLE
(ep1->error_e_class)) /* then both are */
error.h
80
#define SORTABLE(x) (!(
NOTSORTABLE
(x)))
81
#define
NOTSORTABLE
(x) (x <= C_NONSPEC)
touch.c
132
if ( ! (
NOTSORTABLE
(errorp->error_e_class)))
247
for (type = C_UNKNOWN;
NOTSORTABLE
(type); type++) {
Completed in 40 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025