HomeSort by: relevance | last modified time | path
    Searched defs:applies (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/sed/
process.c 79 static __inline int applies(struct s_command *);
91 static int lastaddr; /* Set by applies if last address of a range. */
120 if (!applies(cp)) {
295 * Return TRUE if the command applies to the current line. Sets the start
299 applies(struct s_command *cp) function in typeref:typename:int
process.c 79 static __inline int applies(struct s_command *);
91 static int lastaddr; /* Set by applies if last address of a range. */
120 if (!applies(cp)) {
295 * Return TRUE if the command applies to the current line. Sets the start
299 applies(struct s_command *cp) function in typeref:typename:int
process.c 79 static __inline int applies(struct s_command *);
91 static int lastaddr; /* Set by applies if last address of a range. */
120 if (!applies(cp)) {
295 * Return TRUE if the command applies to the current line. Sets the start
299 applies(struct s_command *cp) function in typeref:typename:int

Completed in 31 milliseconds