/
nerfur
/
openbsd-src
Обзор
Документация
Войти
/
nerfur
/
openbsd-src
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
usr.bin/less/pattern.h
15 строк
482 B
nicm
Garrett D'Amore has agreed to moving his copyright line up above the
06 ноя 2015, 18:50
06 ноя 2015, 18:50
b8c1323
Код
Авторство
О чём код?
/* * Copyright (C) 1984-2012 Mark Nudelman * Modified for use with illumos by Garrett D'Amore. * Copyright 2014 Garrett D'Amore <garrett@damore.org> * * You may distribute under the terms of either the GNU General Public * License or the Less License, as specified in the README file. * * For more information, see the README file. */ #include <regex.h> #define REGCOMP_FLAG REG_EXTENDED #define DEFINE_PATTERN(name) regex_t *name #define CLEAR_PATTERN(name) name = NULL